home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / PC Tools Firewall / fwinstall.exe / {cf} / PC Tools / NDIS / InstallNDIS32 / pctNdis_m.inf next >
Windows Setup INFormation  |  2010-01-07  |  1KB  |  49 lines

  1. ; pctNdis miniport
  2. ; Copyright (c) 2009 - PCTools
  3.  
  4. [Version]
  5. signature  = "$Windows NT$"
  6. Class      = Net
  7. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  8. Provider   = %PCTools% 
  9. DriverVer  = 07/01/2009,1.0.0.35
  10. CatalogFile= pctNdis.cat
  11. [ControlFlags]
  12. ExcludeFromSelect = s4e_pctNdismp
  13.  
  14. [DestinationDirs]
  15. DefaultDestDir=12
  16. ; No files to copy 
  17.  
  18. [Manufacturer]
  19. %PCTools% = PCTOOLS
  20.  
  21. [PCTOOLS]
  22. %pctNdisMP_Desc% = PCTOOLDriverMP.ndi, s4e_pctNdismp
  23.  
  24. [PCTOOLDriverMP.ndi]
  25. AddReg  = PCTOOLDriverMP.ndi.AddReg
  26. Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
  27.  
  28. [PCTOOLDriverMP.ndi.AddReg]
  29. HKR, Ndi, Service,  0,  pctNDIS
  30.  
  31. [PCTOOLDriverMP.ndi.Services]
  32. AddService = pctNDIS,0x2, pctNdisMP.AddService
  33.  
  34. [pctNdisMP.AddService]
  35. DisplayName    = %pctNdisMP_Desc%
  36. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  37. StartType      = 3 ;SERVICE_DEMAND_START
  38. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  39. ServiceBinary  = %12%\pctNdis.sys
  40. LoadOrderGroup = PNP_TDI
  41. AddReg         = pctNdisMP.AddService.AddReg
  42.  
  43. [pctNdisMP.AddService.AddReg]
  44. ;None
  45.  
  46. [Strings]
  47. PCTools = "PC Tools"
  48. pctNdisMP_Desc = "PC Tools Driver"
  49.